home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / gsview10.zip / readme < prev    next >
Text File  |  1993-08-05  |  3KB  |  85 lines

  1. Ghostview for Windows. Needs Ghostscript 2.6.
  2.  
  3. ========
  4. Overview
  5. ========
  6. Ghostview for Windows is a graphical interface for MS-Windows Ghostscript.
  7. Ghostscript is an interpreter for the PostScript page description language 
  8. used by laser printers.
  9. For documents following the Adobe PostScript Document Structuring 
  10. Conventions, Ghostview allows selected pages to be viewed or printed.
  11. Ghostview requires MS-Windows Ghostscript 2.6 or later.  
  12.  
  13. Features include:
  14.  - view pages in arbitrary order (Next, Previous, Goto).
  15.  - selectable display resolution.
  16.  - page size is automatically selected from DSC comments.
  17.  - page size can be selected using the menu.
  18.  - orientation is automatically selected from DSC comments.
  19.  - orientation can be selected using the menu (Portrait, Landscape).
  20.  - print selected pages using Ghostscript.
  21.  - extract selected pages to another file.
  22.  - copy display bitmap to clipboard.
  23.  - save clipboard bitmap as BMP file.
  24.  - add bitmap preview to EPS file (Interchange, TIFF or Windows Metafile)
  25.  - graphically select bounding box for EPS file.
  26.  - extract bitmap preview or postscript from DOS EPS file.
  27.  - on-line help.
  28.  - free (GNU General Public Licence).
  29.  
  30. Ghostview for Windows was written by Russell Lang
  31. <rjl@monu1.cc.monash.edu.au>
  32.  
  33. ===========
  34. Compilation
  35. ===========
  36. To compile Ghostview you need Borland C++ 3.1.
  37. Edit gsview.mak to point COMPBASE at your compiler directory.
  38. Then type 'make -fgsview.mak'.
  39.  
  40. =====
  41. Setup
  42. =====
  43. Copy gsview.exe and gsview.hlp to the Ghostscript directory.
  44. If Ghostview can't run Ghostscript, or Ghostscript exits with error code 1, 
  45. then from the Ghostview menu select "Options | Ghostscript Command"
  46. and enter the correct executable path and include path for Ghostscript.
  47.  
  48. Ghostview will run under Windows 3.1.
  49. Ghostview will probably run under Windows 3.0, but you need commdlg.dll, 
  50. shell.dll and winhelp.exe from Windows 3.1.  Very little testing has
  51. been done with Windows 3.0.  If it works at all consider yourself lucky.
  52.  
  53. See the on-line help for more details.
  54. The 'Common Problems' topic is worth reading if Ghostview for
  55. Windows won't work.
  56.  
  57. ====
  58. Bugs
  59. ====
  60. This is Ghostview for Windows 1.0.
  61. Send bug reports to rjl@monu1.cc.monash.edu.au.
  62. When reporting bugs, please include the version number and date of 
  63. Ghostview for Windows (from the Help | About box), the version number
  64. of Ghostscript, and the exact wording of any error messages.
  65. If you get a GPF, please send the address of the GPF - I can use
  66. this to help locate the bug.
  67. Don't expect a fast response - the work I'm paid to do has a higher
  68. priority.
  69.  
  70. =======
  71. Updates
  72. =======
  73. The latest version of Ghostview for Windows should be available from
  74. ftp.cs.wisc.edu:pub/ghost/gsview*.zip
  75.  
  76. ================
  77. Acknowledgements
  78. ================
  79. Tim Theisen, who wrote Ghostview for X11.  Without Ghostview and its 
  80. ps.c module, Ghostview for Windows would never have been written.
  81.  
  82. L. Peter Deutsch, for writing Ghostscript and for making changes to 
  83. Ghostscript to support Ghostview for Windows.
  84.  
  85.